home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Gold Medal Software 3
/
Gold Medal Software - Volume 3 (Gold Medal) (1994).iso
/
games
/
egavga
/
sixpck10.arj
/
INSTALL.BAT
< prev
next >
Wrap
DOS Batch File
|
1994-02-27
|
1KB
|
37 lines
@echo off
cls
if %1x==x goto help
echo This will copy all Sorcerer Sixpack files to %1:\SIXPACK
echo Press Ctrl-Break to abort or any other key to continue
pause >nul
echo Installing Sorcerer Sixpack files in %1:\SIXPACK
echo off
md %1:\SIXPACK
copy *.* %1:\SIXPACK
echo Installation complete!
echo (any key) to continue
pause >nul
cls
echo
echo To print out the manual:
echo
echo 1. Adjust paper to top of page
echo 2. Turn printer on
echo 3. Set printer "on line"
echo 4. Type the following at the prompt:
echo
echo EZPRINT SIXPACK.DOC (Enter)
%1:
cd\sixpack
goto END
:help
echo Sorcerer Sixpack installation
echo ******************************************************************
echo Usage: Install [destination] (Enter)
echo where [destination] is drive where you want files installed
echo ******************************************************************
echo Example: Install C (Enter)
echo will install files on drive C in directory \SIXPACK
:END